Builder
class Builder : GeneratedMessage.Builder<BuilderT> , ConnStatusProtos.NetworkConnectionStatusOrBuilder
Ethernet or WiFi connection status
Content copied to clipboard
meshtastic.NetworkConnectionStatus
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
IP address of device
Content copied to clipboard
fixed32 ip_address = 1;
Link copied to clipboard
Whether the device has an active connection or not
Content copied to clipboard
bool is_connected = 2;
Link copied to clipboard
Whether the device has an active connection to an MQTT broker or not
Content copied to clipboard
bool is_mqtt_connected = 3;
Link copied to clipboard
Whether the device is actively remote syslogging or not
Content copied to clipboard
bool is_syslog_connected = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
IP address of device
Content copied to clipboard
fixed32 ip_address = 1;
Link copied to clipboard
Whether the device has an active connection or not
Content copied to clipboard
bool is_connected = 2;
Link copied to clipboard
Whether the device has an active connection to an MQTT broker or not
Content copied to clipboard
bool is_mqtt_connected = 3;
Link copied to clipboard
Whether the device is actively remote syslogging or not
Content copied to clipboard
bool is_syslog_connected = 4;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: ConnStatusProtos.NetworkConnectionStatus): ConnStatusProtos.NetworkConnectionStatus.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConnStatusProtos.NetworkConnectionStatus.Builder
Link copied to clipboard
IP address of device
Content copied to clipboard
fixed32 ip_address = 1;
Link copied to clipboard
Whether the device has an active connection or not
Content copied to clipboard
bool is_connected = 2;
Link copied to clipboard
Whether the device has an active connection to an MQTT broker or not
Content copied to clipboard
bool is_mqtt_connected = 3;
Link copied to clipboard
Whether the device is actively remote syslogging or not
Content copied to clipboard
bool is_syslog_connected = 4;